.projectdiv{}
.projectitem{
    width: 33%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 15px;
    height: 240px;
}
.projectitem img{ width:100%; height:160;}
.projectitem h5{
    letter-spacing: 2px;
    margin-bottom: 15px;
    position: relative;
}
.projectitem p { font-size:12px;}
.projectitem h5::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: -11px;
    width: 30%;
    height: 1px;
    background: #cccccc;
}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
